github.com/andybalholm/brotli/matchfinder.matchEmitter.Dst (field)
18 uses
github.com/andybalholm/brotli/matchfinder (current package)
emitter.go#L21: Dst []Match
emitter.go#L28: e.Dst = append(e.Dst, Match{
m4.go#L80: e := matchEmitter{Dst: dst}
m4.go#L129: if matches[0] == (absoluteMatch{}) && len(e.Dst) > 0 {
m4.go#L130: prevDistance := e.Dst[len(e.Dst)-1].Distance
m4.go#L275: dst = e.Dst
trio.go#L68: Dst: dst,
trio.go#L109: if len(e.Dst) > 0 {
trio.go#L110: prevDistance := int32(e.Dst[len(e.Dst)-1].Distance)
trio.go#L306: dst = e.Dst
zm.go#L64: Dst: dst,
zm.go#L100: if len(e.Dst) > 0 {
zm.go#L101: prevDistance := int32(e.Dst[len(e.Dst)-1].Distance)
zm.go#L285: dst = e.Dst
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |